projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8adf675
)
(last-buffer): Add missing frame argument.
author
Juanma Barranquero
<lekktu@gmail.com>
Thu, 18 Jul 2002 16:03:41 +0000
(16:03 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Thu, 18 Jul 2002 16:03:41 +0000
(16:03 +0000)
lisp/bindings.el
patch
|
blob
|
history
diff --git
a/lisp/bindings.el
b/lisp/bindings.el
index ab606fa9cc4b7209eaf00ff47aefa3e037167cb3..10f84c94bac8bc8002567de8127564f64ebd20b3 100644
(file)
--- a/
lisp/bindings.el
+++ b/
lisp/bindings.el
@@
-277,7
+277,7
@@
Keymap for what is displayed by `mode-line-buffer-identification'.")
Return the last non-hidden buffer in the buffer list."
;; This logic is more or less copied from bury-buffer,
;; except that we reverse the buffer list.
- (let ((fbl (frame-parameter 'buffer-list))
+ (let ((fbl (frame-parameter
nil
'buffer-list))
(list (buffer-list))
(pred (frame-parameter nil 'buffer-predicate))
found notsogood)